public interface NotificationActionsCallbacks
Modifier and Type | Method and Description |
---|---|
void |
actionBUY(Context ctx,
PushDelivery pushDelivery) |
void |
actionCANCEL(Context ctx,
PushDelivery pushDelivery) |
void |
actionCUSTOM(Context ctx,
PushDelivery pushDelivery,
String action) |
void |
actionDELETE(Context ctx,
PushDelivery pushDelivery) |
void |
actionDISLIKE(Context ctx,
PushDelivery pushDelivery) |
void |
actionEDIT(Context ctx,
PushDelivery pushDelivery) |
void |
actionFIND(Context ctx,
PushDelivery pushDelivery) |
void |
actionFORBID(Context ctx,
PushDelivery pushDelivery) |
void |
actionLAUNCH(Context ctx,
PushDelivery pushDelivery) |
void |
actionLIKE(Context ctx,
PushDelivery pushDelivery) |
void |
actionOK(Context ctx,
PushDelivery pushDelivery) |
void |
actionREMIND(Context ctx,
PushDelivery pushDelivery) |
void |
actionSAVE(Context ctx,
PushDelivery pushDelivery) |
void |
actionSEND(Context ctx,
PushDelivery pushDelivery) |
void actionCUSTOM(Context ctx, PushDelivery pushDelivery, String action)
void actionOK(Context ctx, PushDelivery pushDelivery)
void actionCANCEL(Context ctx, PushDelivery pushDelivery)
void actionEDIT(Context ctx, PushDelivery pushDelivery)
void actionSEND(Context ctx, PushDelivery pushDelivery)
void actionBUY(Context ctx, PushDelivery pushDelivery)
void actionSAVE(Context ctx, PushDelivery pushDelivery)
void actionFIND(Context ctx, PushDelivery pushDelivery)
void actionLIKE(Context ctx, PushDelivery pushDelivery)
void actionDISLIKE(Context ctx, PushDelivery pushDelivery)
void actionLAUNCH(Context ctx, PushDelivery pushDelivery)
void actionREMIND(Context ctx, PushDelivery pushDelivery)
void actionDELETE(Context ctx, PushDelivery pushDelivery)
void actionFORBID(Context ctx, PushDelivery pushDelivery)