Edit in GitHubLog an issue

Java

Syntax

Copied to your clipboard
public static String extensionVersion();

Example

Kotlin

Copied to your clipboard
Messaging.extensionVersion()

Java

Copied to your clipboard
Messaging.extensionVersion();

Swift

Syntax

Copied to your clipboard
public static let extensionVersion

Example

Copied to your clipboard
Messaging.extensionVersion

Objective-C

Syntax

Copied to your clipboard
public static let extensionVersion

Example

Copied to your clipboard
[AEPMobileMessaging extensionVersion];

Java

Syntax

Copied to your clipboard
public static void handleNotificationResponse(final Intent intent,
final boolean applicationOpened,
final String customActionId);
ParameterTypeDescription
intent
Intent
The intent contains information related to the messageId and the data.
applicationOpened
Boolean
Shows whether the application has been opened or not.
actionId
String
The ID of the custom action.

Swift

Syntax

Copied to your clipboard
static func handleNotificationResponse(_ response: UNNotificationResponse,
urlHandler: ((URL) -> Bool)? = nil,
closure: ((PushTrackingStatus) -> Void)? = nil)

Objective-C

Syntax

Copied to your clipboard
+ (void) handleNotificationResponse: (UNNotificationResponse *) response
urlHandler: (BOOL (^)(NSURL *url)) handler
closure: (void (^)(PushTrackingStatus status)) closure;
ParameterTypeDescription
response
UNNotificationResponse
An object containing information about the push notification details.
urlHandler
((URL) -> Bool)?
An optional method to handle the actionable URL from the push notification.
closure
((PushTrackingStatus) -> Void)?
An optional callback with PushTrackingStatus representing the tracking status of the interacted notification.

Java

Syntax

Copied to your clipboard
public static void registerExtension();

Example

Kotlin

Copied to your clipboard
Messaging.registerExtension()

Java

Copied to your clipboard
MobileCore.resetIdentities();

Kotlin

Copied to your clipboard
MobileCore.resetIdentities()

Swift

Copied to your clipboard
MobileCore.resetIdentities()

Objective-C

Copied to your clipboard
[AEPMobileCore resetIdentities];
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.