-
public interface GliaPushMessagePush object sent by the Glia client library
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumGliaPushMessage.PushTypeDefines the possible types of the Glia push notifications
public enumGliaPushMessage.ActionDefines the possible types of the push notification actions
-
Method Summary
Modifier and Type Method Description abstract GliaPushMessage.ActiongetAction()abstract GliaPushMessage.PushTypegetType()-
-
Method Detail
-
getAction
@NonNull() abstract GliaPushMessage.Action getAction()
-
getType
@NonNull() abstract GliaPushMessage.PushType getType()
-
-
-
-