ParticleCloud Properties |
The ParticleCloud type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessToken |
Gets the users Access token or returns null if the user not authenticated.
|
![]() | IsAuthenticated |
True if the user is authenticated into the cloud
|
![]() ![]() | SyncContext |
Set this to the UI threads SynchronizationContext
Any operation that may update the UI gets sent through the SyncContext if its null the operation is executed on the current thread
i.e. for Universal App set this to ParticleCloud.SyncContext = System.Threading.SynchronizationContext.Current; in the App.xaml.cs inside the OnLaunch function
|
![]() | YourEventUri |
Gets the uri to the users Events. Usally https://api.particle.io/v1/devices/events
|