Class AndroidNotificationIntentData
Inheritance
AndroidNotificationIntentData
Syntax
public class AndroidNotificationIntentData
Constructors
AndroidNotificationIntentData(Int32, String, AndroidNotification)
Declaration
public AndroidNotificationIntentData(int id, string channel, AndroidNotification notification)
Parameters
Fields
m_Channel
Declaration
protected string m_Channel
Field Value
m_Id
Declaration
Field Value
m_Notification
Declaration
protected AndroidNotification m_Notification
Field Value
Properties
Channel
Declaration
public string Channel { get; }
Property Value
Id
Declaration
Property Value
Notification
Declaration
public AndroidNotification Notification { get; }
Property Value