Edit in GitHubLog an issue

Adobe Journey Optimizer API reference

extensionVersion

The extensionVersion API returns the library version.

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();

registerExtension

Java

Syntax

Copied to your clipboard
public static void registerExtension();

Example

Kotlin

Copied to your clipboard
Messaging.registerExtension()

resetIdentities

The MobileCore.resetIdentities API is used to inform extensions to clear any identities that it owns. Starting with release 3.3.3 on Android and 5.6.3 on iOS, the Messaging extension handles the MobileCore.resetIdentities API by clearing the push identifier from the Messaging extension. Using this API does not remove the push identifier from the server-side User Profile Graph.

Java

Copied to your clipboard
MobileCore.resetIdentities();

Kotlin

Copied to your clipboard
MobileCore.resetIdentities()
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2025 Adobe. All rights reserved.