AssetNotification
public final class AssetNotification: NSObject
Asset‘s notification subscibtion address.
-
Address value. Email address in case of
.emailtype, Phone number in case of.smstype.Declaration
Swift
public var address: String -
Address Type.
.emailor.smstype.Declaration
Swift
public var type: AssetNotificationType -
Creates a copy of
AssetNotificationobject.Declaration
Swift
override public func copy() -> Any -
Instantiates new
AssetNotificationobject with given address type and value.Declaration
Swift
public init(type: AssetNotificationType, deliveryAddress value: String)Parameters
typeAddress type.
.emailor.smsdeliveryAddressAddress value. Email address in case of
.emailtype, Phone number in case of.smstype.
AssetNotification Class Reference