/// <summary>
 /// Returns the types of notifications currently enabled for the app.
 /// </summary>
 /// <description>
 /// The values in the returned bit mask are first set when the app calls <see cref="RegisterNotificationTypes"/> method. Thereafter the user may modify these notification types from system preference.
 /// </description>
 /// <returns>The bit mask indicate the types of notifications currently enabled for the app.</returns>
 public NotificationType EnabledNotificationTypes()
 {
     return(m_platform.EnabledNotificationTypes());
 }