Repository URL to install this package:
|
Version:
0.0.3 ▾
|
package com.vipera.pushproxy;
import android.os.Bundle;
/**
* Created by marcobonati on 22/05/2017.
*/
public interface DEPushNotificationHandler {
public boolean canHandleMessage(String from, Bundle extras);
}