-
public class ShowkaseBrowserActivity.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static ShowkaseBrowserActivity.CompanionINSTANCE
-
Method Summary
-
-
Method Detail
-
getIntent
final <ERROR CLASS> getIntent(Context context, String rootModuleCanonicalName)
Returns the intent that the users of this library need to use for starting the Showkase browser activity. Please make sure to use this instead of starting the activity directly as it sets the right value in the bundle in order for the activity to start correctly.
- Parameters:
context- Android contextrootModuleCanonicalName- The canonical name of the implementation of ShowkaseRootModule.
-
-
-
-