-
public class OMHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceOMHelper.OMErrorListener
-
Field Summary
Fields Modifier and Type Field Description private final StringPARTNER_NAMEprivate final StringPARTNER_VERSIONprivate PlayerStateplayerStatepublic final static OMHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitsetOMErrorListener(OMHelper.OMErrorListener errorListener)final StringgetPARTNER_NAME()final StringgetPARTNER_VERSION()This represents the version of our SDK that has been validated by IAB final PlayerStategetPlayerState()Indicate the current player state. final UnitsetPlayerState(PlayerState playerState)-
-
Method Detail
-
setOMErrorListener
final Unit setOMErrorListener(OMHelper.OMErrorListener errorListener)
-
getPARTNER_NAME
final String getPARTNER_NAME()
-
getPARTNER_VERSION
final String getPARTNER_VERSION()
This represents the version of our SDK that has been validated by IAB
-
getPlayerState
final PlayerState getPlayerState()
Indicate the current player state. It's STRONGLY recommended to update at all time this field if the core app has other states than NORMAL or FULLSCREEN
-
setPlayerState
final Unit setPlayerState(PlayerState playerState)
-
-
-
-