public class

ADMUtils

extends Object
java.lang.Object
   ↳ com.urbanairship.amazon.ADMUtils

Class Overview

Util methods for ADM.

Summary

Public Constructors
ADMUtils()
Public Methods
static boolean isADMAvailable()
Checks if ADM is available on the device.
static boolean isADMSupported()
Checks if ADM is available and supported on the device.
static void startRegistration(Context context)
Starts the registration process for ADM.
static void validateManifest()
Validates the manifest for ADM.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ADMUtils ()

Public Methods

public static boolean isADMAvailable ()

Checks if ADM is available on the device.

Returns
  • true if ADM is available.

public static boolean isADMSupported ()

Checks if ADM is available and supported on the device.

Returns
  • true if ADM is available and supported.

public static void startRegistration (Context context)

Starts the registration process for ADM.

public static void validateManifest ()

Validates the manifest for ADM.