UnifiedPushFunctions

Interface containing UnifiedPush functions

Functions

Link copied to clipboard
abstract fun getAckDistributor(): String?

Get acknowledged distributor.

Link copied to clipboard
abstract fun getDistributors(): List<String>

Get list of installed distributors.

Link copied to clipboard
abstract fun registerApp(instance: String)

Send a registration request to the distributor.

Link copied to clipboard
abstract fun saveDistributor(distributor: String)

Save a distributor to use.

Link copied to clipboard
abstract fun tryUseDefaultDistributor(callback: (Boolean) -> Unit)

Try to use default distributor.