AWSChimeSDKIdentityResources
Objective-C
@interface AWSChimeSDKIdentityResources : NSObject
+ (instancetype)sharedInstance;
- (NSDictionary *)JSONObject;
@end
Swift
class AWSChimeSDKIdentityResources : NSObject
Undocumented
-
Undocumented
Declaration
Objective-C
+ (instancetype)sharedInstance;
Swift
class func sharedInstance() -> Self!
-
Undocumented
Declaration
Objective-C
- (NSDictionary *)JSONObject;
Swift
func jsonObject() -> [AnyHashable : Any]!