LeaderboardVariant.Collection

  • LeaderboardVariant.Collection is an annotation used to represent a leaderboard collection in Android development.

  • This annotation inherits methods from java.lang.annotation.Annotation, providing functionality for reflection and annotation processing.

  • Inherited methods include annotationType(), equals(), hashCode(), and toString(), common to all annotations in Java.

public static abstract @interface LeaderboardVariant.Collection implements Annotation

A leaderboard collection.

Inherited Method Summary