C# Class OpenTween.ApplicationSettings

アプリケーション固有の情報を格納します
OpenTween の派生版を作る方法は http://sourceforge.jp/projects/opentween/wiki/HowToFork を参照して下さい。
Datei anzeigen Open project: opentween/OpenTween

Public Properties

Property Type Description
AllowSendErrorReportByDM bool
AzureClientId string
AzureClientSecret string
ImgurClientID string
ImgurClientSecret string
MobypictureKey string
TumblrConsumerKey string
VersionInfoUrl string

Property Details

AllowSendErrorReportByDM public_oe static_oe property

FeedbackTwitterName のユーザー宛にエラーレポートの DM を送信可能であるか
エラーレポートを DM で受け付ける場合は、フォロー外からの DM を受け付ける設定にする必要があります
public static bool AllowSendErrorReportByDM
return bool

AzureClientId public_oe static_oe property

Windows Azure Marketplace Client Id
public static string AzureClientId
return string

AzureClientSecret public_oe static_oe property

Windows Azure Marketplace Client Secret
public static string AzureClientSecret
return string

ImgurClientID public_oe static_oe property

Imgur Client ID
public static string ImgurClientID
return string

ImgurClientSecret public_oe static_oe property

Imgur Client Secret
public static string ImgurClientSecret
return string

MobypictureKey public_oe static_oe property

Mobypicture Developer Key
public static string MobypictureKey
return string

TumblrConsumerKey public_oe static_oe property

Tumblr OAuth Consumer Key
public static string TumblrConsumerKey
return string

VersionInfoUrl public_oe static_oe property

最新バージョンの情報を取得するためのURL
version.txt のフォーマットについては http://sourceforge.jp/projects/opentween/wiki/VersionTxt を参照。 派生プロジェクトなどでこの機能を無効にする場合は null をセットして下さい。
public static string VersionInfoUrl
return string