Function usage
IsReady()
void IsReady(StatusCallback2 callback);
Name | Type | Description |
callback | StatusCallback 2 | Callback function |
Initializes the Subscription API and verifies that there is an active Internet connection. Call this before calling any other Subscription API features. The
nResult
of
callback
will be
0
when the APIs are ready. For other potential values, see
Error codes
.