| Package | Description |
|---|---|
| abs.ixi.client | |
| abs.ixi.client.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
static DeviceType |
DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UserManager.discardDeviceToken(String regId,
PushNotificationService service,
DeviceType deviceType,
String deviceId)
On log out Client app developer have to un register device token.
|
boolean |
UserManager.updateDeviceToken(String token,
PushNotificationService service,
DeviceType deviceType,
String deviceId)
Update device push notification registration id on server.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceType |
IQPushRegistration.getDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IQPushRegistration.setDeviceType(DeviceType deviceType) |
Copyright © 2019. All rights reserved.