IAppEngageServiceDeleteClustersCallback

public interface IAppEngageServiceDeleteClustersCallback implements IInterface
Known Indirect Subclasses

Callback that delivers results of IAppEngageService#deleteClusters API call.

Nested Class Summary

class IAppEngageServiceDeleteClustersCallback.Stub  

Public Method Summary

abstract void
onDeleteClusters(Bundle result)
Callback for IAppEngageService#deleteClusters

Inherited Method Summary

Public Methods

public abstract void onDeleteClusters (Bundle result)

Callback for IAppEngageService#deleteClusters

Parameters
result Bundle containing results of delete clusters. output structure: statusCode, int SUCCESS INVALID_ARGUMENT: input has missing fields PERMISSION_DENIED: caller is not allowed to make the call INTERNAL: there is some server side errors RESOURCE_EXHAUSTED: the client is making call too frequently