AppSetIdInfo.Scope

  • AppSetIdInfo.Scope defines the allowed constants for AppSetIdInfo.getScope(), indicating the scope of an App Set ID.

  • Two supported constants are AppSetIdInfo.SCOPE_APP and AppSetIdInfo.SCOPE_DEVELOPER, representing app-specific and developer-specific scopes respectively.

  • This annotation inherits methods from java.lang.annotation.Annotation, including annotationType(), equals(), hashCode(), and toString().

public static abstract @interface AppSetIdInfo.Scope implements Annotation

Inherited Method Summary