Example #1
0
 public override string GetChannelId()
 {
     if (string.IsNullOrEmpty(this.channelCode))
     {
         this.channelCode = PlatformUtilIOS.getChannelId();
     }
     return(this.channelCode);
 }