AdswizzSettingsKeys

@objc(AASDKAdswizzSettingsKeys)
public class AdswizzSettingsKeys : NSObject

AdswizzSDK namespace for constants.

  • Speech recognition uses the Amazon Transcribe Service. Amazon Transcriber identity pool ID region key name found in your Info.pList. Content should be a string. E.g.: AdswizzAdSDKAWSIdentityPoolIdRegion = “eu-west-1:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx”

    Declaration

    Swift

    @objc
    public static let AWSTranscriberIdentityPoolIdRegion: String
  • AdswizzSDK expects an installation ID in your Info.pList. This is a string.

    Declaration

    Swift

    @objc
    public static let InstallationId: String
  • AdswizzSDK expects a player ID in your Info.pList. This is a string.

    Declaration

    Swift

    @objc
    public static let PlayerId: String
  • Optional AppStore ID for your app in your Info.plist. This is a string. This value can be found on the App Store Connect page for your app under App Information -> General Information -> Apple ID. E.g: AdswizzAppStoreId = “123456789”

    Declaration

    Swift

    @objc
    public static let AppStoreId: String