|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MainActivity.LaunchType | |
---|---|
org.botlibre.sdk.activity |
Uses of MainActivity.LaunchType in org.botlibre.sdk.activity |
---|
Fields in org.botlibre.sdk.activity declared as MainActivity.LaunchType | |
---|---|
static MainActivity.LaunchType |
MainActivity.launchType
If you are building a single instance app, then you can set the launchType to have this activity launch the bot, forum, or channel. |
Methods in org.botlibre.sdk.activity that return MainActivity.LaunchType | |
---|---|
static MainActivity.LaunchType |
MainActivity.LaunchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MainActivity.LaunchType[] |
MainActivity.LaunchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |