Package io.anyline2.sdk.extension
Class FlashConfigExtensionKt
-
- All Implemented Interfaces:
public final class FlashConfigExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static JSONObject
toJsonObject(FlashConfig $self)
final static Integer
offsetXInDp(FlashConfig $self)
final static Integer
offsetYInDp(FlashConfig $self)
final static Integer
paddingInDp(FlashConfig $self)
final static Integer
imageOnId(FlashConfig $self, Context context)
final static Integer
imageOffId(FlashConfig $self, Context context)
final static Integer
imageAutoId(FlashConfig $self, Context context)
final static FlashConfig
getFlashConfigFromJsonObject(JSONObject jsonConfig)
-
-
Method Detail
-
toJsonObject
final static JSONObject toJsonObject(FlashConfig $self)
-
offsetXInDp
final static Integer offsetXInDp(FlashConfig $self)
-
offsetYInDp
final static Integer offsetYInDp(FlashConfig $self)
-
paddingInDp
final static Integer paddingInDp(FlashConfig $self)
-
imageOnId
final static Integer imageOnId(FlashConfig $self, Context context)
-
imageOffId
final static Integer imageOffId(FlashConfig $self, Context context)
-
imageAutoId
final static Integer imageAutoId(FlashConfig $self, Context context)
-
getFlashConfigFromJsonObject
final static FlashConfig getFlashConfigFromJsonObject(JSONObject jsonConfig)
-
-
-
-