IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

notifySNSTopic (property)

This property specifies the Amazon SNS Topic ARN that is used to deliver notifications.

Syntax

@property (nonatomic,readwrite,assign,getter=notifySNSTopic,setter=setNotifySNSTopic:) NSString* notifySNSTopic;
- (NSString*)notifySNSTopic;
- (void)setNotifySNSTopic:(NSString*)newNotifySNSTopic;
public var notifySNSTopic: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property specifies the Amazon SNS Topic ARN that is used to deliver notifications. The topic must already exist.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]