Example #1
0
 public override void LogOut()
 {
     VKLogger.Error(MESSAGE_UNSUPPORTED_PLATFORM);
 }
Example #2
0
 public override void LogIn(IEnumerable <Scope> scope, Action <AuthResponse> callback = null)
 {
     VKLogger.Error(MESSAGE_UNSUPPORTED_PLATFORM);
 }
Example #3
0
 public override void OnInitComplete(string resultStr)
 {
     VKLogger.Error(MESSAGE_UNSUPPORTED_PLATFORM);
 }