func disableAutomaticTermination (String)
func enableAutomaticTermination (String)
Availability 有効性
Technology
var automaticTerminationSupportEnabled: Bool
{ get set }
Without setting this property or setting the equivalent Info
key (NSSupports
), the methods disable
and enable
have no effect, although the counter tracking automatic termination opt-outs is still kept up to date to ensure correctness if this is called later. Currently, setting this property to false
has no effect. This property should be set in the app delegate method application
or earlier.
このプロパティを設定することまたは同等のInfo
key (NSSupports
)を設定することなしに、メソッドdisable
およびenable
は効果を持ちません、とはいえ自動終了の取りやめを追跡しているカウンターは、依然として最新のものに保たれて、これが後で呼び出されるならば正確であることを確実にします。現在、このプロパティをfalse
に設定することは効果を持ちません。このプロパティは、アプリデリゲートメソッドapplication
においてまたはより前に設定されるべきです。
func disableAutomaticTermination (String)
func enableAutomaticTermination (String)