react-native-adjoe-sdk-4.0.0-beta.2
    Preparing search index...

    Interface PlaytimePermissions

    Permissions granted by the user.

    interface PlaytimePermissions {
        isTOSAccepted: boolean;
        isUsagePermissionAccepted: boolean;
    }
    Index

    Properties

    isTOSAccepted: boolean

    Flag indicating whether the terms of service are accepted.

    isUsagePermissionAccepted: boolean

    Flag indicating whether the usage permission is accepted.