Interface ActivateParamsInput

Describes optional parameters for the activate method.

Hierarchy

  • ActivateParamsInput

Properties

__debugDeferActivation?: boolean

Does not activate SDK until any other method is called Fixes annoying iOS simulator auhtentication

customerUserId?: string

User identifier in your system

Remarks

If none of the parameters are passed, the SDK will generate an ID and use it for a current device. Use your own ID:

  1. If you want to support a cross-device experience
  2. If you have your own authentication system, and you want to associate adapty profile with your user
ios?: {
    idfaCollectionDisabled?: boolean;
}

Type declaration

  • Optional idfaCollectionDisabled?: boolean

    Disables IDFA collection

    Default

    false
    
lockMethodsUntilReady?: boolean

Locks methods threads until the SDK is ready.

Default Value

false

Deprecated

Turned on by default

logLevel?: LogLevel

Log level for the SDK

Remarks

Logging is performed on a native side. So you are expected to watch logs in Xcode or Android Studio.

Default Value

VERBOSE

observerMode?: boolean

Turn it on if you handle purchases and subscription status yourself and use Adapty for sending subscription events and analytics

Default Value

false

Generated using TypeDoc