BroadcastOrientation
enum BroadcastOrientation : Int
this orientation enum is used to communicate with the server for passing the device orientation and accessing the device orientation from API response
-
Undocumented
Declaration
Swift
case DEFAULT
-
Undocumented
Declaration
Swift
case PORTRAIT
-
Undocumented
Declaration
Swift
case LANDSCAPE
-
this func returns the value of the enum based on the parameter passed as API responds the value in string and the value is used through out is Int
Declaration
Swift
static func getEnumValue(value: String) -> BroadcastOrientation
Parameters
value
<#value description#>
Return Value
<#return value description#>