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

identifier

The background session identifier of the configuration object. 構成設定オブジェクトのバックグラウンドセッション識別子。

Declaration 宣言

var identifier: String? { get }

Discussion 議論

The value of this property is set only when you use the background(withIdentifier:) method to create the configuration object. The string uniquely identifies a background session object. In iOS, you use this string in cases where the app was terminated while transfers were occurring in the background. When the app relaunches, it uses the string to recreate the configuration and session objects associated with the transfers. このプロパティの値は、あなたがbackground(withIdentifier:)メソッドを使って構成設定オブジェクトを作成する場合にのみ設定されます。この文字列は、特有にバックグラウンドセッションオブジェクトを識別します。iOSでは、あなたはこの文字列を、転送がバックグラウンドで発生していた間にアプリが終了された場合において使います。アプリが再起動する場合、それはこの文字列を使ってその転送と結びつけられた構成設定およびセッションオブジェクトを再作成します。

See Also 参照

Setting General Properties 一般プロパティを設定する