共用方式為


UIPushBehaviorMode 列舉

定義

列舉,其值會指定是否 UIPushBehavior 持續或立即套用強制。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIPushBehaviorMode
type UIPushBehaviorMode = 
繼承
UIPushBehaviorMode
屬性

欄位

Continuous 0

強制是連續的。

Instantaneous 1

強制會立即套用。

適用於

另請參閱