Unit 'notificationmanager' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jNotificationManager

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

Declaration

Source position: notificationmanager.pas line 21

type jNotificationManager = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function jCreate;

  

  procedure jFree;

  

  procedure Cancel();

  

  procedure CancelAll;

  

  procedure SetLightsColorAndTimes();

  

  procedure SetLightsColor();

  

  procedure SetLightsEnable();

  

  procedure SetOngoing();

  

  procedure SetContentIntent();

  

  procedure SetIconIdentifier();

  

  procedure SetTitle();

  

  procedure SetSubject();

  

  procedure SetBody();

  

  procedure SetId();

  

  procedure Notify;

  

  procedure SetAutoCancel();

  

  procedure SetPendingFlag();

  

  procedure SetPriority();

  

published

  property Id: Integer; [rw]

  

  property Title: string; [rw]

  

  property Subject: string; [rw]

  

  property Body: string; [rw]

  

  property IconIdentifier: string; [rw]

  

  property LightsColor: TARGBColorBridge; [rw]

  

  property AutoCancel: Boolean; [rw]

  

  property Ongoing: Boolean; [rw]

  

  property PendingFlag: TPendingFlag; [rw]

  

end;

Inheritance

jNotificationManager

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio