示例#1
0
 void SetupSDK()
 {
     if (string.IsNullOrEmpty(channelID))
     {
         throw new System.Exception("LINE SDK channel ID is not set.");
     }
     NativeInterface.SetupSDK(channelID, universalLinkURL);
 }