NotificationSettings.asset 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. %YAML 1.1
  2. %TAG !u! tag:unity3d.com,2011:
  3. --- !u!114 &11400000
  4. MonoBehaviour:
  5. m_ObjectHideFlags: 0
  6. m_CorrespondingSourceObject: {fileID: 0}
  7. m_PrefabInstance: {fileID: 0}
  8. m_PrefabAsset: {fileID: 0}
  9. m_GameObject: {fileID: 0}
  10. m_Enabled: 1
  11. m_EditorHideFlags: 0
  12. m_Script: {fileID: 11500000, guid: 0863bf92b4fcc45b0b9267325249bf0f, type: 3}
  13. m_Name: NotificationSettings
  14. m_EditorClassIdentifier:
  15. toolbarInt: 0
  16. iOSNotificationEditorSettingsValues:
  17. keys:
  18. - UnityNotificationRequestAuthorizationOnAppLaunch
  19. - UnityNotificationDefaultAuthorizationOptions
  20. - UnityAddRemoteNotificationCapability
  21. - UnityNotificationRequestAuthorizationForRemoteNotificationsOnAppLaunch
  22. - UnityRemoteNotificationForegroundPresentationOptions
  23. - UnityUseAPSReleaseEnvironment
  24. - UnityUseLocationNotificationTrigger
  25. values:
  26. - True
  27. - 7
  28. - False
  29. - False
  30. - -1
  31. - False
  32. - False
  33. AndroidNotificationEditorSettingsValues:
  34. keys:
  35. - UnityNotificationAndroidRescheduleOnDeviceRestart
  36. - UnityNotificationAndroidUseCustomActivity
  37. - UnityNotificationAndroidCustomActivityString
  38. values:
  39. - False
  40. - False
  41. - com.unity3d.player.UnityPlayerActivity
  42. TrackedResourceAssets: []