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

jNotificationManager_SetContentIntent

Declaration

Source position: notificationmanager.pas line 80

procedure jNotificationManager_SetContentIntent(

  env: PJNIEnv;

  _jnotificationmanager: jobject;

  _intent: jobject

); overload;

procedure jNotificationManager_SetContentIntent(

  env: PJNIEnv;

  _jnotificationmanager: jobject;

  _intent: jobject;

  _broadcastRequestCode: Integer

); overload;

procedure jNotificationManager_SetContentIntent(

  env: PJNIEnv;

  _jnotificationmanager: jobject;

  _packageName: string;

  _activityClassName: string

); overload;

procedure jNotificationManager_SetContentIntent(

  env: PJNIEnv;

  _jnotificationmanager: jobject;

  _packageName: string;

  _activityClassName: string;

  dataName: string;

  dataValue: string

); overload;



CT Web help

CodeTyphon Studio