ILaunchContentOptionalFields
LaunchContentのペイロードを定義するコンテンツ起動リクエストのインターフェイス。
メソッド
getData()
getData():
string | null
任意のデータを取得します。
クライアントアプリ契約に固有のデータ(任意)を返します。
戻り値
string | null
getPlaybackPreferences()
getPlaybackPreferences(): IPlaybackPreferences
| null
再生設定を取得します。
playbackPositionなどの再生設定を返します。
戻り値
IPlaybackPreferences | null
getUseCurrentContext()
getUseCurrentContext():
boolean
現在のコンテキストを取得して使用します。
進行中のアクティビティの現在のコンテキストを使用する場合はtrueを返します。
戻り値
boolean
Last updated: 2026年8月2日

