- すべてのチャンネルを表示
- チャネルをクリックすると、インストールされている場合、ユーザーはチャネルに移動します
インストールされていない場合は、ユーザーにインストールを許可します。
if IsChannelIstalled(channelID) then ECP_Command(“launch/channelID?contentID=deep_link_param) else ECP_Command(“install/channelID?contentID=deep_link_param) end if
よろしくお願いします!!!