handleHmsRemoteMessageData
public static boolean handleHmsRemoteMessageData(android.content.Context context,
java.util.Map<java.lang.String,java.lang.String> hmsRemoteMessageData)
Consumes an incoming data payload via Huawei if it originated from Braze. If the data payload did
not originate from Braze, then this method does nothing and returns false.
- Parameters:
context
- Application context
hmsRemoteMessageData
- The data payload map.
- Returns:
- true iff the Huawei data payload originated from Braze and was consumed. Returns false
if the data payload did not originate from Braze or otherwise
could not be forwarded or processed.