Firebase.Messaging.AndroidNotificationParams

Data structure for parameters that are unique to the Android implementation.

Summary

Properties

ChannelId
string
The channel id that was provided when the message was sent.

Public functions

Dispose()
void
Deprecated. No longer needed, will be removed in the future.
Dispose(bool disposing)
void
Deprecated. No longer needed, will be removed in the future.

Properties

ChannelId

string ChannelId

The channel id that was provided when the message was sent.

Public functions

Dispose

void Dispose()

Deprecated. No longer needed, will be removed in the future.

Dispose

void Dispose(
  bool disposing
)

Deprecated. No longer needed, will be removed in the future.