Ejemplo n.º 1
0
    public static void LogoutEmail(OnLogoutEmailSuccess successDelegate, OnLogoutEmailFailure failureDelegate)
    {
#if ONESIGNAL_PLATFORM
        logoutEmailSuccessDelegate = successDelegate;
        logoutEmailFailureDelegate = failureDelegate;

        oneSignalPlatform.LogoutEmail();
#endif
    }
Ejemplo n.º 2
0
 public static void LogoutEmail()
 {
     #if ONESIGNAL_PLATFORM
     oneSignalPlatform.LogoutEmail(null, null);
     #endif
 }