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

identifier

A unique reverse DNS notation string, such as com.example.MyApp.updatecheck, that identifies the activity. 特有な逆DNS表記法文字列、例えばcom.example.MyApp.updatecheckなど、それはその活動を識別するものです。

Declaration 宣言

var identifier: String { get }

Discussion 議論

This string should remain constant for an activity across launches of your app because the system uses this unique identifier to track the number of times the activity has run and to improve the heuristics for deciding when to run it again in the future. nil and zero-length strings are not allowed. See Configure Scheduler Properties. この文字列は、あなたのアプリの起動をまたいである活動に対して不変のままであるべきです、なぜならシステムは、この固有な識別子を使って、ある活動が実行された回数を追跡し続けます、そして将来それを再び実行する場合に、その解決に対する発見的手法を改善するからです。nilとゼロ幅文字列は、認められません。スケジューラプロパティを構成設定するを見てください。

See Also 参照

Background Scheduler Attributes バックグラウンドスケジューラ属性

Related Documentation 関連文書