示例#1
0
 /// <summary>
 /// Gets the SoundIndicator setting.
 /// </summary>
 public Task <ResponseEntity> GetSoundIndicatorAsync()
 {
     return(_client.GetAsync(Code.SoundIndicator));
 }
示例#2
0
 /// <summary>
 /// Sends the ApkAuthorize request.
 /// </summary>
 public Task <ResponseEntity> ApkAuthorizeAsync()
 {
     return(_client.GetAsync(Code.ApkAuhorize));
 }