default
default: { initialize: any; setDebugViewTag: any; setLogPings: any; setSourceTags: any; setUploadEnabled: any; shutdown: any }
Type declaration
initialize:function
Parameters
applicationId: string
uploadEnabled: boolean
Returns void
setDebugViewTag:function
- setDebugViewTag(value: string): void
setLogPings:function
- setLogPings(flag: boolean): void
setSourceTags:function
- setSourceTags(value: string[]): void
setUploadEnabled:function
- setUploadEnabled(flag: boolean): void
shutdown:function
- shutdown(): Promise<void>