-
public final class FirebaseMessageParser.Data
-
-
Constructor Summary
Constructors Constructor Description FirebaseMessageParser.Data(String messageId, String channelType, String channelId)
-
Method Summary
Modifier and Type Method Description final StringgetMessageId()final StringgetChannelType()final StringgetChannelId()-
-
Method Detail
-
getMessageId
final String getMessageId()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
-
-
-