Unit 'fpfcmtypes' Package
[Overview][Types][Classes][Index] [#fcl-web]

TAndroidConfig

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpfcmtypes.pp line 265

type TAndroidConfig = class(TPlatformConfig)

public

  procedure Assign(); override;

  constructor create; override;

  destructor destroy; override;

  procedure Clear; override;

  procedure ToJSON(); override;

  property data: TJSONObject; [rw]

  property OwnsData: Boolean; [rw]

  property lightsettings: TJSONObject; [r]

published

  property ChannelID: string; [rw]

  property CollapseKey: string; [rw]

  property Priority: TAndroidMessagePriority; [rw]

  property TTL: string; [rw]

  property RestrictedPackageName: string; [rw]

  property DirectBootOk: Boolean; [rw]

  property title: string; [rw]

  property Body: string; [rw]

  property Icon: string; [rw]

  property Color: string; [rw]

  property Sound: string; [rw]

  property Tag: string; [rw]

  property ClickAction: string; [rw]

  property BodyLocKey: string; [rw]

  property BodyLocArgs: TStrings; [rw]

  property TitleLocKey: string; [rw]

  property TitleLocArgs: TStrings; [rw]

  property Ticker: string; [rw]

  property Sticky: Boolean; [rw]

  property EventTime: string; [rw]

  property LocalOnly: Boolean; [rw]

  property DefaultSound: Boolean; [rw]

  property DefaultVibrateTimings: Boolean; [rw]

  property DefaultLightSettings: Boolean; [rw]

  property VibrateTimings: TStrings; [rw]

  property NotificationCount: Integer; [rw]

  property NotificationPriority: TAndroidNotificationPriority; [rw]

  property Image: string; [rw]

  property FCMOptions: TFCMOptions; [rw]

  property Visibility: TAndroidMessageVisibility; [rw]

end;

Inheritance

TAndroidConfig

|

TPlatformConfig

|

TJSONPersist

|

TObject


Documentation generated on: 2025-07-25