File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
OneSignalExample/Assets/OneSignal/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
using System . Collections . Generic ;
29
29
30
30
// Shared interface so OneSignal.cs can use each mobile platform in a generic way
31
- public interface OneSignalPlatform
32
- {
31
+ public interface OneSignalPlatform {
33
32
void SetLogLevel ( OneSignal . LOG_LEVEL logLevel , OneSignal . LOG_LEVEL visualLevel ) ;
34
33
void RegisterForPushNotifications ( ) ;
35
34
void PromptForPushNotificationsWithUserResponse ( ) ;
@@ -92,4 +91,4 @@ public interface OneSignalPlatform
92
91
OSPermissionStateChanges ParseOSPermissionStateChanges ( string stateChangesJSONString ) ;
93
92
OSSubscriptionStateChanges ParseOSSubscriptionStateChanges ( string stateChangesJSONString ) ;
94
93
OSEmailSubscriptionStateChanges ParseOSEmailSubscriptionStateChanges ( string stateChangesJSONString ) ;
95
- }
94
+ }
You can’t perform that action at this time.
0 commit comments