MSLicenseMetadata initWithContentName:notificationType method
Initialize an MSLicenseMeta object with the content name and notification type.
Signature
- (id)initWithContentName:(NSString *)contentName
notificationType:(MSNotificationType) notificationType;
Parameters
Name | Datatype | Notes |
---|---|---|
contentName |
NSString * |
Required |
notificationType |
MSNotificationType |
Required |
Returns
Id of the initialized MSLicenseMeta.
Defined in
MSLicenseMetadata.h
Supported Platforms
Minimum supported OS versions |
iOS 7.0 and OS X 10.8 |