Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
de-push-proxy-plugin / src / android / DEPushNotificationHandler.java
Size: Mime:
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);

}