コード例 #1
0
 public void OnErrorWithError(CellularException error)
 {
     this.OnAuthDidError?.Invoke(error);
 }
コード例 #2
0
 void ICellularCallback.OnError(CellularException error)
 {
     this.OnAuthDidError?.Invoke(error);
 }