Edit in GitHubLog an issue

Signal API reference

extensionVersion

The extensionVersion() API returns the version of the Signal extension that is registered with the Mobile Core extension.

To get the version of the Signal extension, use the following code sample:

Java

Syntax

Copied to your clipboard
@NonNull
public static String extensionVersion();

Example

Copied to your clipboard
String signalExtensionVersion = Signal.extensionVersion();

registerExtension

Registers the Signal extension with the Mobile Core.

Java

Syntax

Copied to your clipboard
public static void registerExtension()

Example

Copied to your clipboard
Signal.registerExtension();

collectPii

The Signal extension can be used to handle collectPii rules. For more information, see the collectPii API.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.