public final class TooleapPopOutMiniApp extends TooleapMiniApp
A class that represents a Pop Out Mini-App.
Pop Out Mini-Apps have the following properties by default:
TooleapMiniApp,
TooleapPersistentMiniApp,
TooleapNotificationMiniApp,
TooleapHomeMiniAppbubbleBackgroundColor, contentText, contentTitle, FLAG_AVAILABLE_ON_LOCK_SCREEN, FLAG_AVAILABLE_ONLY_ON_LOCK_SCREEN, FLAG_NOT_AVAILABLE_ON_LOCK_SCREEN, icon, notificationBadgeNumber, notificationSnoozeDuration, notificationText, when| Constructor and Description |
|---|
TooleapPopOutMiniApp(android.content.Context context,
java.lang.Class<?> tooleapActivityClass)
Same as calling TooleapPopOutMiniApp(context, new Intent(context, tooleapActivityClass)
|
TooleapPopOutMiniApp(android.content.Context context,
android.content.Intent contentIntent)
Constructor
|
TooleapPopOutMiniApp(android.content.Context context,
java.lang.String tooleapActivityClass)
Same as calling TooleapPopOutMiniApp(context, new Intent(context, Class.forName(tooleapActivityClass))
|
getAppId, getBubbleSize, getContentIntent, getIconOpacity, getLockScreenAvailability, setBubbleSize, setContentIntent, setIcon, setIcon, setIcon, setIconOpacity, setLockScreenAvailabilitypublic TooleapPopOutMiniApp(android.content.Context context,
android.content.Intent contentIntent)
context - The application context the Mini-App should run with.contentIntent - The intent to execute when the user wants open the Mini-App. Notice: The component class should be a Tooleap Activity class.public TooleapPopOutMiniApp(android.content.Context context,
java.lang.String tooleapActivityClass)
TooleapPopOutMiniApp(android.content.Context, android.content.Intent)public TooleapPopOutMiniApp(android.content.Context context,
java.lang.Class<?> tooleapActivityClass)
TooleapPopOutMiniApp(android.content.Context, android.content.Intent)