Exemple #1
0
 /// <summary>
 /// Has authorized
 /// </summary>
 /// <returns>
 /// true has authorized, otherwise not authorized.
 /// </returns>
 /// <param name='type'>
 /// Type.
 /// </param>
 public bool IsAuthorized(PlatformType platform)
 {
     return(shareSDKUtils.IsAuthorized(platform));
 }