AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyConfiguration Class Referencesealed

Everything Adapty.Activate(AdaptyConfiguration, System.Action<AdaptyError>) needs. Build one with Builder. More...

Classes

class  Builder
 Assembles an AdaptyConfiguration. Every setter returns the builder, so calls chain, and each field can equally well be assigned directly. More...

Public Member Functions

override string ToString ()
 A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Package Functions

 AdaptyConfiguration (Builder builder)

Properties

string CrossPlatformSdkName [get]
string CrossPlatformSdkVersion [get]

Private Attributes

readonly string ApiKey
readonly string CustomerUserId
readonly AdaptyCustomerIdentity CustomerIdentity
readonly? bool ObserverMode
readonly? bool AppleIdfaCollectionDisabled
readonly? bool GoogleAdvertisingIdCollectionDisabled
readonly? bool GoogleEnablePendingPrepaidPlans
readonly? bool GoogleLocalAccessLevelAllowed
readonly? bool IpAddressCollectionDisabled
readonly? bool AdaptyAttributionEnabled
readonly? bool AppleClearDataOnBackup
readonly? AdaptyServerCluster ServerCluster
readonly string BackendProxyHost
readonly? int BackendProxyPort
readonly? AdaptyLogLevel LogLevel
readonly? bool ActivateUI
AdaptyUIMediaCacheConfiguration AdaptyUIMediaCache

Detailed Description

Everything Adapty.Activate(AdaptyConfiguration, System.Action<AdaptyError>) needs. Build one with Builder.

Constructor & Destructor Documentation

◆ AdaptyConfiguration()

AdaptySDK.AdaptyConfiguration.AdaptyConfiguration ( Builder builder)
package

Member Function Documentation

◆ ToString()

override string AdaptySDK.AdaptyConfiguration.ToString ( )

A description for logs and the debugger. The format is not part of the contract — read the members rather than parsing it.

Member Data Documentation

◆ ActivateUI

readonly? bool AdaptySDK.AdaptyConfiguration.ActivateUI
private

◆ AdaptyAttributionEnabled

readonly? bool AdaptySDK.AdaptyConfiguration.AdaptyAttributionEnabled
private

◆ AdaptyUIMediaCache

AdaptyUIMediaCacheConfiguration AdaptySDK.AdaptyConfiguration.AdaptyUIMediaCache
private

◆ ApiKey

readonly string AdaptySDK.AdaptyConfiguration.ApiKey
private

◆ AppleClearDataOnBackup

readonly? bool AdaptySDK.AdaptyConfiguration.AppleClearDataOnBackup
private

◆ AppleIdfaCollectionDisabled

readonly? bool AdaptySDK.AdaptyConfiguration.AppleIdfaCollectionDisabled
private

◆ BackendProxyHost

readonly string AdaptySDK.AdaptyConfiguration.BackendProxyHost
private

◆ BackendProxyPort

readonly? int AdaptySDK.AdaptyConfiguration.BackendProxyPort
private

◆ CustomerIdentity

readonly AdaptyCustomerIdentity AdaptySDK.AdaptyConfiguration.CustomerIdentity
private

◆ CustomerUserId

readonly string AdaptySDK.AdaptyConfiguration.CustomerUserId
private

◆ GoogleAdvertisingIdCollectionDisabled

readonly? bool AdaptySDK.AdaptyConfiguration.GoogleAdvertisingIdCollectionDisabled
private

◆ GoogleEnablePendingPrepaidPlans

readonly? bool AdaptySDK.AdaptyConfiguration.GoogleEnablePendingPrepaidPlans
private

◆ GoogleLocalAccessLevelAllowed

readonly? bool AdaptySDK.AdaptyConfiguration.GoogleLocalAccessLevelAllowed
private

◆ IpAddressCollectionDisabled

readonly? bool AdaptySDK.AdaptyConfiguration.IpAddressCollectionDisabled
private

◆ LogLevel

readonly? AdaptyLogLevel AdaptySDK.AdaptyConfiguration.LogLevel
private

◆ ObserverMode

readonly? bool AdaptySDK.AdaptyConfiguration.ObserverMode
private

◆ ServerCluster

readonly? AdaptyServerCluster AdaptySDK.AdaptyConfiguration.ServerCluster
private

Property Documentation

◆ CrossPlatformSdkName

string AdaptySDK.AdaptyConfiguration.CrossPlatformSdkName
getprivate

◆ CrossPlatformSdkVersion

string AdaptySDK.AdaptyConfiguration.CrossPlatformSdkVersion
getprivate

The documentation for this class was generated from the following files: