Class ContextExtensionsKt
-
- All Implemented Interfaces:
public final class ContextExtensionsKt
-
-
Method Summary
-
-
Method Detail
-
copyTextToClipboard
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit copyTextToClipboard(Context $self, String label, String text)
-
toast
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Unit toast(Context $self, String text, Integer duration)
-
createLocalizedContext
@RestrictTo(value = {RestrictTo.Scope.LIBRARY_GROUP}) final static Context createLocalizedContext(Context $self, Locale locale)
-
-
-
-