Skip navigation links
A C D G I M P R S U V 

A

addUsersToCampaign(Long, List<String>) - Method in class io.getlime.push.client.PushServerClient
Add a list of users to a specific campaign

C

createApplication(Long) - Method in class io.getlime.push.client.PushServerClient
Create application credentials entity.
createCampaign(Long, PushMessageBody) - Method in class io.getlime.push.client.PushServerClient
Create a campaign.
createDevice(Long, String, MobilePlatform) - Method in class io.getlime.push.client.PushServerClient
Register anonymous device to the push server.
createDevice(Long, String, MobilePlatform, String) - Method in class io.getlime.push.client.PushServerClient
Register device associated with activation ID to the push server.

D

deleteCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
Delete a campaign specified with campaignId.
deleteDevice(Long, String) - Method in class io.getlime.push.client.PushServerClient
Remove device from the push server
deleteUsersFromCampaign(Long, List<String>) - Method in class io.getlime.push.client.PushServerClient
Delete a list of users from specific campaign.

G

getApplicationDetail(Long, boolean, boolean) - Method in class io.getlime.push.client.PushServerClient
Get detail for an application credentials entity.
getApplicationList() - Method in class io.getlime.push.client.PushServerClient
Get list of application credentials entities.
getCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
Get a campaign specified with campaignID.
getError() - Method in exception io.getlime.push.client.PushServerClientException
 
getListOfCampaigns(boolean) - Method in class io.getlime.push.client.PushServerClient
Get list of campaigns, dependent on all param
getListOfUsersFromCampaign(Long, int, int) - Method in class io.getlime.push.client.PushServerClient
Get a list of users in paged format from specific campaign
getServiceStatus() - Method in class io.getlime.push.client.PushServerClient
Returns service information
getUnconfiguredApplicationList() - Method in class io.getlime.push.client.PushServerClient
Get list of applications which are not yet configured in Push Server but exist in PowerAuth server.

I

io.getlime.push.client - package io.getlime.push.client
 

M

MobilePlatform - Enum in io.getlime.push.client
Enum representing mobile platforms.

P

PushServerClient - Class in io.getlime.push.client
Simple class for interacting with the push server RESTful API.
PushServerClient() - Constructor for class io.getlime.push.client.PushServerClient
Default constructor.
PushServerClient(String) - Constructor for class io.getlime.push.client.PushServerClient
Constructor with a push server base URL.
PushServerClientError - Class in io.getlime.push.client
Base error class for push client.
PushServerClientError(String) - Constructor for class io.getlime.push.client.PushServerClientError
 
PushServerClientException - Exception in io.getlime.push.client
Class representing a simple push server client error exception.
PushServerClientException(String) - Constructor for exception io.getlime.push.client.PushServerClientException
 
PushServerClientException(Error) - Constructor for exception io.getlime.push.client.PushServerClientException
 
PushServerClientException(String, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
 
PushServerClientException(String, Throwable, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
 
PushServerClientException(Throwable, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
 
PushServerClientException(String, Throwable, boolean, boolean, Error) - Constructor for exception io.getlime.push.client.PushServerClientException
 

R

removeAndroid(Long) - Method in class io.getlime.push.client.PushServerClient
Remove Android record from an application credentials entity.
removeIos(Long) - Method in class io.getlime.push.client.PushServerClient
Remove iOS record from an application credentials entity.

S

sendCampaign(Long) - Method in class io.getlime.push.client.PushServerClient
Send a specific campaign to users carrying this campaignID in PushCampaignUser model, but only once per device identified by token.
sendPushMessage(Long, PushMessage) - Method in class io.getlime.push.client.PushServerClient
Send a single push message to application with given ID.
sendPushMessageBatch(Long, List<PushMessage>) - Method in class io.getlime.push.client.PushServerClient
Send a push message batch to application with given ID.
sendTestCampaign(Long, String) - Method in class io.getlime.push.client.PushServerClient
Send a campaign on test user for trying its correctness.
setError(Error) - Method in exception io.getlime.push.client.PushServerClientException
 
setServiceBaseUrl(String) - Method in class io.getlime.push.client.PushServerClient
Set the service base URL.

U

updateAndroid(Long, String, byte[]) - Method in class io.getlime.push.client.PushServerClient
Update Android details for an application credentials entity.
updateDeviceStatus(String) - Method in class io.getlime.push.client.PushServerClient
Update activation status for given device registration.
updateIos(Long, String, String, String, byte[]) - Method in class io.getlime.push.client.PushServerClient
Update iOS details for an application credentials entity.

V

value() - Method in enum io.getlime.push.client.MobilePlatform
 
valueOf(String) - Static method in enum io.getlime.push.client.MobilePlatform
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.getlime.push.client.MobilePlatform
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I M P R S U V 
Skip navigation links

Copyright © 2016–2019 Wultra s.r.o.. All rights reserved.