DriveFile.OpenMode

  • DriveFile.OpenMode is an annotation that defines the modes a file can be opened in within the Google Drive Android API.

  • It inherits methods from the java.lang.annotation.Annotation interface for reflection and metadata purposes, such as annotationType(), equals(), hashCode(), and toString().

public static abstract @interface DriveFile.OpenMode implements Annotation

The available modes that a file can be opened in.

Inherited Method Summary