RichMediaAction
@objc
public enum RichMediaAction : Int
Actions types
- play: play
- pause: pause
- stop: stop
- move: move
- refresh: refresh
-
play
Declaration
Swift
case play = 0
-
pause
Declaration
Swift
case pause = 1
-
stop
Declaration
Swift
case stop = 2
-
move
Declaration
Swift
case move = 3
-
refresh
Declaration
Swift
case refresh = 4
-
info
Declaration
Swift
case info = 5
-
share
Declaration
Swift
case share = 6
-
email
Declaration
Swift
case email = 7
-
favor
Declaration
Swift
case favor = 8
-
download
Declaration
Swift
case download = 9