SNSMobileSDKBuilder class

Constructors

SNSMobileSDKBuilder()

Properties

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

Methods

build() SNSMobileSDK
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withAccessToken(String? accessToken, SNSTokenExpirationHandler onTokenExpiration) SNSMobileSDKBuilder
withAnalyticsEnabled(bool isAnalyticsEnabled) SNSMobileSDKBuilder
withApplicantConf(Map<String, String> applicantConf) SNSMobileSDKBuilder
withAutoCloseOnApprove(int autoCloseOnApprove) SNSMobileSDKBuilder
withBaseUrl(String apiUrl) SNSMobileSDKBuilder
withDebug(bool isDebug) SNSMobileSDKBuilder
withHandlers({SNSStatusChangedHandler? onStatusChanged, SNSActionResultHandler? onActionResult, SNSEventHandler? onEvent}) SNSMobileSDKBuilder
withLocale(Locale locale) SNSMobileSDKBuilder
withPreferredDocumentDefinitions(Map<String, dynamic> preferredDocumentDefinitions) SNSMobileSDKBuilder
withSettings(Map<String, dynamic> settings) SNSMobileSDKBuilder
withStrings(Map<String, String> strings) SNSMobileSDKBuilder
withSupportEmail(String supportEmail) SNSMobileSDKBuilder
withTheme(Map<String, dynamic> theme) SNSMobileSDKBuilder

Operators

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