public class PushHelper
extends java.lang.Object
| Constructor and Description |
|---|
PushHelper() |
| Modifier and Type | Method and Description |
|---|---|
static android.os.Bundle |
huaweiMessageToReceiverBundle(com.huawei.hms.push.RemoteMessage message)
Convert a Huawei RemoteMessage to a bundle, for compatibility with all the methods that used
to deal with a BroadcastReceiver
|
@Nullable
public static android.os.Bundle huaweiMessageToReceiverBundle(@Nullable
com.huawei.hms.push.RemoteMessage message)
message - RemoteMessage to convert