REST.Backend.PushTypes.TPushData.TAPS.TNames

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

      TNames = record
      public
        const ApsRoot = 'aps';
        const Alert = 'alert';
        const Badge = 'badge';
        const Sound = 'sound';
      end;

C++

struct DECLSPEC_DRECORD TNames
{
public:
    #define TPushData_TAPS_TNames_ApsRoot L"aps"
    #define TPushData_TAPS_TNames_Alert L"alert"
    #define TPushData_TAPS_TNames_Badge L"badge"
    #define TPushData_TAPS_TNames_Sound L"sound"
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
REST.Backend.PushTypes.pas
REST.Backend.PushTypes.hpp
REST.Backend.PushTypes TAPS

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。