public class PushRegisterRequest extends Object
| Constructor and Description |
|---|
PushRegisterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatform()
Get mobile platform - "ios" / "android".
|
String |
getToken()
Get push registration token.
|
void |
setPlatform(String platform)
Set mobile platform - "ios" / "android".
|
void |
setToken(String token)
Set push registration token.
|
public String getPlatform()
public void setPlatform(String platform)
platform - Mobile platform.public String getToken()
public void setToken(String token)
token - Push registration token.Copyright © 2016–2018 Lime - HighTech Solutions Inc.. All rights reserved.