SNSMobileSDK class

Properties

accessToken String?
final
apiUrl String?
final
applicantConf Map<String, String>?
final
autoCloseOnApprove int
final
hashCode int
The hash code for this object.
no setterinherited
isAnalyticsEnabled bool
final
isDebug bool
final
locale Locale?
final
onActionResult SNSActionResultHandler?
final
onEvent SNSEventHandler?
final
onStatusChanged SNSStatusChangedHandler?
final
onTokenExpiration SNSTokenExpirationHandler?
final
preferredDocumentDefinitions Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings Map<String, dynamic>?
final
strings Map<String, String>?
final
theme Map<String, dynamic>?
final

Methods

dismiss() → void
launch() Future<SNSMobileSDKResult>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

init(String? accessToken, SNSTokenExpirationHandler onTokenExpiration) SNSMobileSDKBuilder