-
public final class ContextKtxKt
-
-
Method Summary
Modifier and Type Method Description final static Integercolor(Context $self, @ColorRes() Integer id)final static Typefacefont(Context $self, @FontRes() Integer id)final static Drawabledrawable(Context $self, @DrawableRes() Integer id)final static Unittoast(Context $self, String message, Boolean isLong)final static Unittoast(Fragment $self, String message, Boolean isLong)final static UnitcheckAndOpenSupportedApp(Context $self, Uri uri)final static UnitonBackPressed(Fragment $self, Function0<Unit> action)-
-
Method Detail
-
drawable
final static Drawable drawable(Context $self, @DrawableRes() Integer id)
-
checkAndOpenSupportedApp
final static Unit checkAndOpenSupportedApp(Context $self, Uri uri)
-
onBackPressed
final static Unit onBackPressed(Fragment $self, Function0<Unit> action)
-
-
-
-