C# Class CaveTube.CaveTubeClient.CaveTubeEntry

显示文件 Open project: madguy/CaveTalk

Public Methods

Method Description
RequestGenre ( String apiKey ) : Task>

ジャンル一覧を取得します。

RequestStartBroadcastAsync ( String title, String apiKey, String description, IEnumerable tags, Int32 thumbnailSlot, System.Boolean idVisible, System.Boolean anonymousOnly, System.Boolean loginOnly, System.Boolean testMode, String socketId ) : Task

配信開始リクエストを行います。

RequestUserDataAsync ( String apiKey ) : Task

ユーザー登録情報を取得します。

Method Details

RequestGenre() public static method

ジャンル一覧を取得します。
public static RequestGenre ( String apiKey ) : Task>
apiKey String APIキー
return Task>

RequestStartBroadcastAsync() public static method

配信開始リクエストを行います。
public static RequestStartBroadcastAsync ( String title, String apiKey, String description, IEnumerable tags, Int32 thumbnailSlot, System.Boolean idVisible, System.Boolean anonymousOnly, System.Boolean loginOnly, System.Boolean testMode, String socketId ) : Task
title String タイトル
apiKey String APIキー
description String 配信詳細
tags IEnumerable タグ
thumbnailSlot System.Int32 サムネイルスロット
idVisible System.Boolean ID表示の有無
anonymousOnly System.Boolean ハンドルネーム制限
loginOnly System.Boolean 書き込み制限
testMode System.Boolean テストモード
socketId String SocketIOの接続ID
return Task

RequestUserDataAsync() public static method

ユーザー登録情報を取得します。
public static RequestUserDataAsync ( String apiKey ) : Task
apiKey String APIキー
return Task