共用方式為


CFNotificationCenter.PostNotification 方法

定義

public void PostNotification (string notification, ObjCRuntime.INativeObject objectToObserve, Foundation.NSDictionary userInfo = null, bool deliverImmediately = false, bool postOnAllSessions = false);
member this.PostNotification : string * ObjCRuntime.INativeObject * Foundation.NSDictionary * bool * bool -> unit

參數

notification
String
objectToObserve
INativeObject
userInfo
NSDictionary
deliverImmediately
Boolean
postOnAllSessions
Boolean

適用於