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

jIntentManager

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

Declaration

Source position: intentmanager.pas line 31

type jIntentManager = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure NewIntent;

  

  function GetIntent;

  

  function GetActivityStartedIntent;

  

  procedure SetAction();

  

  procedure SetMimeType();

  

  procedure SetDataUriAsString();

  

  function StartActivityForResult();

  

  function StartActivity();

  

  procedure SendBroadcast;

  

  function GetAction();

  

  function HasExtra();

  

  procedure PutExtraContactWebSite();

  

  procedure PutExtraBundle();

  

  function GetExtraBundle();

  

  function GetExtraDoubleArray();

  

  procedure PutExtraDoubleArray();

  

  function GetExtraDouble();

  

  procedure PutExtraDouble();

  

  function GetExtraFloatArray();

  

  procedure PutExtraFloatArray();

  

  function GetExtraFloat();

  

  procedure PutExtraFloat();

  

  function GetExtraIntArray();

  

  procedure PutExtraIntArray();

  

  function GetExtraInt();

  

  procedure PutExtraInt();

  

  procedure PutExtraLong();

  

  procedure PutExtraBool();

  

  function GetExtraStringArray();

  

  procedure PutExtraStringArray();

  

  function GetExtraString();

  

  procedure PutExtraString();

  

  procedure SetDataUri();

  

  function GetDataUri();

  

  function GetDataUriAsString();

  

  procedure PutExtraFile();

  

  procedure PutExtraImage();

  

  procedure PutExtraMailSubject();

  

  procedure PutExtraMailBody();

  

  procedure PutExtraMailCCs();

  

  procedure PutExtraMailBCCs();

  

  procedure PutExtraMailTos();

  

  procedure PutExtraPhoneNumbers();

  

  function GetContactsContentUri;

  

  function GetContactsPhoneUri;

  

  function GetAudioExternContentUri;

  

  function GetFilesExternContentUri;

  

  function GetImagesExternContentUri;

  

  function GetVideoExternContentUri;

  

  function ParseUri();

  

  function GetActionViewAsString;

  

  function GetActionPickAsString;

  

  function GetActionSendtoAsString;

  

  function GetActionSendAsString;

  

  function GetActionEditAsString;

  

  function GetActionDialAsString;

  

  function GetActionCallButtonAsString;

  

  function ResolveActivity;

  

  function GetMailtoUri();

  

  function GetTelUri();

  

  function GetActionGetContentUri;

  

  function GetActionCallAsString;

  

  function GetContactNumber();

  

  function GetContactEmail();

  

  function GetBundleContent();

  

  function IsCallable();

  

  function IsActionEqual();

  

  procedure PutExtraMediaStoreOutput();

  

  function GetActionCameraCropAsString;

  

  procedure AddCategory();

  

  procedure SetFlag();

  

  procedure AddFlag();

  

  procedure SetComponent();

  

  procedure SetClassName();

  

  procedure SetClass();

  

  procedure StartService;

  

  procedure PutExtraText();

  

  procedure SetPackage();

  

  function IsPackageInstalled(); overload;

  

  function GetActionMainAsString;

  

  procedure TryDownloadPackage();

  

  procedure SetDataAndType();

  

  function HasLaunchIntentForPackage();

  

  function GetExtraSMS();

  

  function GetActionInstallPackageAsString;

  

  function GetActionDeleteAsString;

  

  procedure GetShareItemsClear;

  

  procedure SetShareItemClass();

  

  function GetShareItemsCount;

  

  function GetShareItemLabel();

  

  function GetShareItemPackageName();

  

  function GetShareItemBitmap();

  

  procedure SetDataPackage;

  

  function GetExtraByteArray();

  

  procedure PutExtraByteArray();

  

  function JByteArrayToString();

  

  function GetUriFromFile();

  

published

  property IntentAction: TIntentAction; [rw]

  

end;

Inheritance

jIntentManager

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio