-
public interface ResourceProviderProject Name: OSMOS-Android-SDK File Name: ResourceProvider
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetMuteIconRes()abstract IntegergetUnMuteIconRes()abstract IntegergetFullScreenIconRes()abstract IntegergetExitFullScreenIconRes()abstract IntegergetDotActiveIconRes()abstract IntegergetDotInActiveIconRes()-
-
Method Detail
-
getMuteIconRes
@DrawableRes() abstract Integer getMuteIconRes()
-
getUnMuteIconRes
@DrawableRes() abstract Integer getUnMuteIconRes()
-
getFullScreenIconRes
@DrawableRes() abstract Integer getFullScreenIconRes()
-
getExitFullScreenIconRes
@DrawableRes() abstract Integer getExitFullScreenIconRes()
-
getDotActiveIconRes
@DrawableRes() abstract Integer getDotActiveIconRes()
-
getDotInActiveIconRes
@DrawableRes() abstract Integer getDotInActiveIconRes()
-
-
-
-