ILoyaltyServiceV3

public interface ILoyaltyServiceV3 implements IInterface

Inheritors

Types

Link copied to clipboard
public class _Parcel
Link copied to clipboard
public class Default implements ILoyaltyServiceV3
Default implementation for ILoyaltyServiceV3.
Link copied to clipboard
public abstract class Stub extends Binder implements ILoyaltyServiceV3
Local-side IPC implementation stub class.

Functions

Link copied to clipboard
public abstract void announceCustomerProvidedData(LoyaltyDataConfig config, String payload, ResultStatus status)
Link copied to clipboard
public abstract void announceCustomerProvidedDataWithEventId(String uuid, LoyaltyDataConfig config, String payload, ResultStatus status)
Link copied to clipboard
public abstract IBinder asBinder()
Link copied to clipboard
Link copied to clipboard
public abstract boolean start(String dynamicServiceType, Map dataExtras, String configuration, ResultStatus status)
Link copied to clipboard
public abstract boolean stop(String dynamicServiceType, ResultStatus status)
Link copied to clipboard
public abstract boolean stopWithConfiguration(String dynamicServiceType, Map configuration, ResultStatus status)
Link copied to clipboard
public abstract void updateServiceState(String dynamicService, String state, ResultStatus status)