Skip to content

ADAssetModel_SelectStatus

duzexu edited this page Nov 15, 2021 · 1 revision

ADAssetModel.SelectStatus

Represent asset select status.

public enum SelectStatus 

Enumeration Cases

select

Asset can be selected.

case select(index: Int?)

Parameters

  • index: If not nil, the asset is seleted and the value is select index.

deselect

Asset can not be selet.

case deselect

Properties

isSelect

Return asset is select or not.

public var isSelect: Bool 

isEnable

Return asset is selectable or not.

public var isEnable: Bool 
Types
Protocols
Global Typealiases
Operators
Extensions

Clone this wiki locally