Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not support to submit registration on Baidu through Installation API #28

Closed
hfmj opened this issue Jul 26, 2017 · 1 comment
Closed

Comments

@hfmj
Copy link

hfmj commented Jul 26, 2017

According to the source code of enum NotificationPlatform:

public enum NotificationPlatform {
@SerializedName("wns")
Wns,
@SerializedName("apns")
Apns,
@SerializedName("mpns")
Mpns,
@SerializedName("gcm")
Gcm,
@SerializedName("adm")
Adm;

private NotificationPlatform() {
}

}

I do not think there is an item for Baidu channel.
so my question is that, if we try to pushing notification through Baidu, what should we do by Installation API? Thanks.

@mpodwysocki
Copy link
Contributor

Closed as per #91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants