-
- All Implemented Interfaces:
public class AndroidUIService
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringNOTIFICATION_CONTENT_KEYpublic final static StringNOTIFICATION_USER_INFO_KEYpublic final static StringNOTIFICATION_IDENTIFIER_KEYpublic final static StringNOTIFICATION_DEEPLINK_KEYpublic final static StringNOTIFICATION_SOUND_KEYpublic final static StringNOTIFICATION_SENDER_CODE_KEYpublic final static intNOTIFICATION_SENDER_CODEpublic final static StringNOTIFICATION_REQUEST_CODE_KEYpublic final static StringNOTIFICATION_TITLE
-
Method Summary
Modifier and Type Method Description voidshowAlert(AlertSetting alertSetting, AlertListener alertListener)voidshowLocalNotification(NotificationSetting notificationSetting)booleanshowUrl(String url)IntentgetIntentWithURI(String uri)FloatingButtoncreateFloatingButton(FloatingButtonListener buttonListener)FullscreenMessagecreateFullscreenMessage(String html, FullscreenMessageDelegate listener, boolean isLocalImageUsed, MessageSettings settings)voidsetURIHandler(URIHandler uriHandler)-
-
Method Detail
-
showAlert
void showAlert(AlertSetting alertSetting, AlertListener alertListener)
-
showLocalNotification
void showLocalNotification(NotificationSetting notificationSetting)
-
getIntentWithURI
Intent getIntentWithURI(String uri)
-
createFloatingButton
FloatingButton createFloatingButton(FloatingButtonListener buttonListener)
-
createFullscreenMessage
FullscreenMessage createFullscreenMessage(String html, FullscreenMessageDelegate listener, boolean isLocalImageUsed, MessageSettings settings)
-
setURIHandler
void setURIHandler(URIHandler uriHandler)
-
-
-
-