Skip to content

Commit

Permalink
Merge pull request #20 from dsarfati/notification-key
Browse files Browse the repository at this point in the history
Added notification key for OneSignal integration
  • Loading branch information
seniorquico authored Apr 25, 2018
2 parents 7c9f6cc + 6cef7d6 commit aeb61e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Assets/Zapic/Zapic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

public static class Zapic
{
/// <summary> 
/// The key used to identify the player's notification token 
/// </summary> 
public  const  string  NotificationTokenKey  =  "zapic_player_token"; 

private static readonly IZapicInterface _interface;

static Zapic()
Expand Down

0 comments on commit aeb61e5

Please sign in to comment.