All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yy.httpproxy.service.DummyNotificationHandler Maven / Gradle / Ivy

package com.yy.httpproxy.service;

import android.content.Context;

/**
 * Created by xuduo on 11/6/15.
 */

public class DummyNotificationHandler implements NotificationHandler {

    @Override
    public void handlerNotification(Context context, boolean binded, PushedNotification pushedNotification) {


    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy