Exemplo n.º 1
0
 public static nuint GetExpires(this ICleverTapInboxMessage This)
 {
     return(global::ApiDefinition.Messaging.nuint_objc_msgSend(This.Handle, Selector.GetHandle("expires")));
 }
Exemplo n.º 2
0
 public static NSDictionary GetCustomData(this ICleverTapInboxMessage This)
 {
     return(Runtime.GetNSObject <NSDictionary> (global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("customData"))));
 }
Exemplo n.º 3
0
 public static bool GetIsRead(this ICleverTapInboxMessage This)
 {
     return(global::ApiDefinition.Messaging.bool_objc_msgSend(This.Handle, Selector.GetHandle("isRead")));
 }
Exemplo n.º 4
0
 public static void SetRead(this ICleverTapInboxMessage This, bool read)
 {
     global::ApiDefinition.Messaging.void_objc_msgSend_bool(This.Handle, Selector.GetHandle("setRead:"), read);
 }
Exemplo n.º 5
0
 public static CleverTapInboxMessageContent[] GetContent(this ICleverTapInboxMessage This)
 {
     return(NSArray.ArrayFromHandle <CleverTapInboxMessageContent>(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("content"))));
 }
Exemplo n.º 6
0
 public static string GetBackgroundColor(this ICleverTapInboxMessage This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("backgroundColor"))));
 }
Exemplo n.º 7
0
 public static string GetOrientation(this ICleverTapInboxMessage This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("orientation"))));
 }
Exemplo n.º 8
0
 public static NSObject[] GetTags(this ICleverTapInboxMessage This)
 {
     return(NSArray.ArrayFromHandle <NSObject>(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("tags"))));
 }