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

com.yy.httpproxy.subscribe.PushIdGenerator Maven / Gradle / Ivy

There is a newer version: 1.1.28
Show newest version
package com.yy.httpproxy.subscribe;

import android.content.Context;

/**
 * Created by xuduo on 10/20/15.
 */
public interface PushIdGenerator {

    String generatePushId(Context context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy