FlutterTurbolinkAttributionPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterTurbolinkAttributionPlatform
- Implementers
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
autoInstance(String projectID, String appKey, String appSecret)
→ void
-
-
closeCampaignPage()
→ void
-
-
closeLoading()
→ void
-
-
codeSearch(String code)
→ void
-
-
customEvent(String eventId, TurboLinkCustomProperties properties)
→ void
-
-
enableLogger()
→ void
-
-
isUrlBelongTurboLink(String url)
→ bool
-
-
loadDelayRedirectUrl()
→ void
-
-
loadUrl(String url)
→ void
-
-
login(String userId, String nickName, String avatar, List<String> tags, String inviteCode)
→ void
-
-
logout()
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
openLoading()
→ void
-
-
register(String userId, String nickName, String avatar, List<String> tags, String inviteCode)
→ void
-
-
setAppUser(String userId, String userLevel)
→ void
-
-
setAppUserInfo(String userId, String nickName, String avatar, List<String> tags, String inviteCode)
→ void
-
-
setIdSimpleMode()
→ void
-
-
setInitTitle(String title)
→ void
-
-
setLang(String lang)
→ void
-
-
setLaunchCampaignDelay(int delayTime)
→ void
-
-
setLoadingPic(String url)
→ Future<void>
-
-
setNightMode(bool nightMode)
→ void
-
-
setScreenOrientationAll()
→ void
-
-
setSimpleParameterMode()
→ void
-
-
setTitleSize(int titleSize)
→ void
-
-
showToast(String message)
→ void
-
-
switchEnv()
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
turbolinkReceiveBroadcastStream()
→ Stream<Map>
-
-
withCampaignCreateCallback(dynamic callback(String))
→ void
-
-
withCampaignDestroyCallback(dynamic callback(String))
→ void
-
-
withEventCallback(dynamic callback(TurbolinkEventResponseProperties))
→ void
-
-
withEventListenerCallback(dynamic callback(TurbolinkListenerEventProperties))
→ void
-
-
withLoginListenerCallback(dynamic callback())
→ void
-
-
withPointListenerCallback(dynamic callback(TurbolinkPointProperties))
→ void
-
-
withRedirectListenerCallback(dynamic callback(TurbolinkRedirectProperties))
→ void
-
-
withRegListenerCallback(dynamic callback())
→ void
-
-
withShareListenerCallback(dynamic callback(TurbolinkShareProperties))
→ void
-