예제 #1
0
 public static NSDictionary GetJsonDescription(this ICTNotificationButton This)
 {
     return(Runtime.GetNSObject <NSDictionary> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("jsonDescription"))));
 }
예제 #2
0
 public static string GetBackgroundColor(this ICTNotificationButton This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("backgroundColor"))));
 }
예제 #3
0
 public static NSUrl GetActionURL(this ICTNotificationButton This)
 {
     return(Runtime.GetNSObject <NSUrl> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("actionURL"))));
 }
예제 #4
0
 public static string GetBorderRadius(this ICTNotificationButton This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("borderRadius"))));
 }