Companion

object Companion

Functions

Link copied to clipboard

Creates the launcher from Activity. Note: Required to call in onCreate() to register for activity result.

Creates the launcher from Fragment. Note: Required to call in onCreate() to register for activity result.

Creates the launcher from Activity. When launcher created with this function use launch(request, returnUrl) or launch(uri, returnUrl). Note: Required to call in onCreate() to register for activity result.

Creates the launcher from Fragment. When launcher created with this function use launch(request, returnUrl) or launch(uri, returnUrl). Note: Required to call in onCreate() to register for activity result.