-
public final class FirebaseMessageParser.Data
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final FirebaseMessageParser.Datacopy(String messageId, String channelType, String channelId)final StringgetMessageId()final StringgetChannelType()final StringgetChannelId()-
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final String component3()
-
copy
final FirebaseMessageParser.Data copy(String messageId, String channelType, String channelId)
-
getMessageId
final String getMessageId()
-
getChannelType
final String getChannelType()
-
getChannelId
final String getChannelId()
-
-
-
-