Метод | Описание | |
---|---|---|
ConvertToDictionary ( NSMutableDictionary dictionary ) : Object>.Dictionary |
||
ConvertToNSDictionary ( Object>.Dictionary |
||
FireUnityJavascriptEvent ( string method, object data ) : void | ||
JSONSerialize ( object data ) : String | ||
PushNotificationsUtils ( ) : System |
Метод | Описание | |
---|---|---|
ConvertToArray ( NSArray nsArray ) : Object[] | ||
ConvertToNSArray ( Object nsArray ) : NSArray |
public static ConvertToDictionary ( NSMutableDictionary dictionary ) : Object>.Dictionary |
||
dictionary | NSMutableDictionary | |
Результат | Object>.Dictionary |
public ConvertToNSDictionary ( Object>.Dictionary |
||
dictionary | Object>.Dictionary | |
Результат | NSDictionary |
public static FireUnityJavascriptEvent ( string method, object data ) : void | ||
method | string | |
data | object | |
Результат | void |
public static JSONSerialize ( object data ) : String | ||
data | object | |
Результат | String |
public PushNotificationsUtils ( ) : System | ||
Результат | System |