Show/Hide Toolbars

Android Applications

Navigation: Android Specifics > Android "Service"

AndroidService OnReBind Etc

Scroll Prev Top Next More

 The OnCreate, OnBind, OnRebind, OnStart properties reference the following default functions

 

   function AndroidServiceBind(const Sender: TObject;      const AnIntent: JIntent): JIBinder;

   procedure AndroidServiceCreate(Sender: TObject);

   procedure AndroidServiceRebind(const Sender: TObject;      const AnIntent: JIntent);

   function AndroidServiceStartCommand(const Sender: TObject;    const Intent: JIntent; Flags, StartId: Integer): Integer;

   function AndroidServiceUnBind(const Sender: TObject;      const AnIntent: JIntent): Boolean;

   procedure AndroidServiceDestroy(Sender: TObject);