react-native-device-info - v15.0.2
    Preparing search index...

    Interface AppSetIdInfo

    Google Play Services App Set ID payload describing identifier and scope. When the API is unavailable, id is "unknown" and scope is -1.

    interface AppSetIdInfo {
        id: string;
        scope: number;
    }
    Index

    Properties

    Properties

    id: string
    scope: number