Exemplo n.º 1
0
 public static bool GetBoolValue(this ICleverTapConfigValue This)
 {
     return(global::ApiDefinition.Messaging.bool_objc_msgSend(This.Handle, Selector.GetHandle("boolValue")));
 }
Exemplo n.º 2
0
 public static NSObject GetJsonValue(this ICleverTapConfigValue This)
 {
     return(Runtime.GetNSObject(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("jsonValue"))));
 }
Exemplo n.º 3
0
 public static string GetStringValue(this ICleverTapConfigValue This)
 {
     return(NSString.FromHandle(global::ApiDefinition.Messaging.IntPtr_objc_msgSend(This.Handle, Selector.GetHandle("stringValue"))));
 }