-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum OmidFriendlyObstructionPurposeThe purposes for which the OmidFriendlyObstruction should be considered as friendly.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description VIDEO_CONTROLSThe video overlay is one of the video player's control button.
CLOSE_ADThe video overlay is for the purpose of closing the advertisement.
NOT_VISIBLEThe video overlay is transparent and will not affect viewability.
OTHERThe video overlay is meant for other purposes.
-
Method Summary
Modifier and Type Method Description static Array<OmidFriendlyObstructionPurpose>values()static OmidFriendlyObstructionPurposevalueOf(String name)-
-
Method Detail
-
values
static Array<OmidFriendlyObstructionPurpose> values()
-
valueOf
static OmidFriendlyObstructionPurpose valueOf(String name)
-
-
-
-