Back to project page playnomics-android.
The source code is released under:
Apache License
If you think the Android project playnomics-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.playnomics.android.sdk; // w w w .j a va 2 s. c o m public interface IGoogleCloudMessageConfig extends IPushConfig { /* * Provides the SDK with your Google API project's Project ID. This is ID is associated * with the private key that your provide to Playnomics. * @returns Your Google API Project's Project ID */ public String getSenderId(); }