PMOhosAlbumSubtype enum

Inheritance

Constructors

PMOhosAlbumSubtype()
const

Values

userGeneric → const PMOhosAlbumSubtype

1 - USER_GENERIC; 用户相册。

favorite → const PMOhosAlbumSubtype

1025 - FAVORITE; 收藏夹。

video → const PMOhosAlbumSubtype

1026 - VIDEO; 视频相册。

hidden → const PMOhosAlbumSubtype

1027 - HIDDEN; 隐藏相册。系统接口:此接口为系统接口。

trash → const PMOhosAlbumSubtype

1028 - TRASH; 回收站。系统接口:此接口为系统接口。

screenshot → const PMOhosAlbumSubtype

1029 - SCREENSHOT; 截屏和录屏相册。系统接口:此接口为系统接口。

camera → const PMOhosAlbumSubtype

1030 - CAMERA; 相机拍摄的照片和视频相册。系统接口:此接口为系统接口。

any → const PMOhosAlbumSubtype

2147483647 - ANY; 任意相册。

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<PMOhosAlbumSubtype>
A constant List of the values in this enum, in order of their declaration.