Instance Property インスタンスプロパティ

sessionDescription

An app-defined descriptive label for the session. セッションに対するアプリ定義の記述的なラベル。

Declaration 宣言

@property(copy) NSString *sessionDescription;

Discussion 議論

This property contains a human-readable string that you can use for debugging purposes. This value may be nil and defaults to nil. The value is ignored by the session. このプロパティは、人に読みやすい文字列を含みます、それはあなたがデバッグ目的に使えるものです。この値は、nilかもしれません、そして省略時はnilです。この値は、セッションによって無視されます。

See Also 参照

Managing the Session セッションを管理する