2015-10-22 34 views
0

由于某些原因,我找不到任何有关kik url方案的信息。kik url scheme to send messages

我发现下面这里计算器:

KIK://

KIK://用户/用户名/轮廓

卡://mywebsite.com/

卡://mywebsite.com/

我去了他们的Android应用清单文件,并发现以下代码:

<intent-filter> 
<action android:name="android.intent.action.VIEW"/> 
<category android:name="android.intent.category.DEFAULT"/> 
<category android:name="android.intent.category.BROWSABLE"/> 
<data android:host="kik.com" android:pathPrefix="/send/" android:scheme="kik-share"/> 
</intent-filter> 

我试图用KIK股//但它不工作

我尝试以下太:

KIK://发送/标题/文本

KIK://发送标题=标题&文本=文本

回答