Skip to content

Commit 6397b1e

Browse files
authored
Update OneSignalPlatform.cs
1 parent 6b3f50f commit 6397b1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

OneSignalExample/Assets/OneSignal/src/OneSignalPlatform.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
using System.Collections.Generic;
2929

3030
// Shared interface so OneSignal.cs can use each mobile platform in a generic way
31-
public interface OneSignalPlatform
32-
{
31+
public interface OneSignalPlatform {
3332
void SetLogLevel(OneSignal.LOG_LEVEL logLevel, OneSignal.LOG_LEVEL visualLevel);
3433
void RegisterForPushNotifications();
3534
void PromptForPushNotificationsWithUserResponse();
@@ -92,4 +91,4 @@ public interface OneSignalPlatform
9291
OSPermissionStateChanges ParseOSPermissionStateChanges(string stateChangesJSONString);
9392
OSSubscriptionStateChanges ParseOSSubscriptionStateChanges(string stateChangesJSONString);
9493
OSEmailSubscriptionStateChanges ParseOSEmailSubscriptionStateChanges(string stateChangesJSONString);
95-
}
94+
}

0 commit comments

Comments
 (0)