Package io.anyline2.sdk.extension
Class FlashConfigExtensionKt
-
- All Implemented Interfaces:
public final class FlashConfigExtensionKt
-
-
Method Summary
Modifier and Type Method Description final static JSONObjecttoJsonObject(FlashConfig $self)final static IntegeroffsetXInDp(FlashConfig $self)final static IntegeroffsetYInDp(FlashConfig $self)final static IntegerpaddingInDp(FlashConfig $self)final static IntegerimageOnId(FlashConfig $self, Context context)final static IntegerimageOffId(FlashConfig $self, Context context)final static IntegerimageAutoId(FlashConfig $self, Context context)final static FlashConfiggetFlashConfigFromJsonObject(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)
-
-
-
-