Свойство | Type | Description | |
---|---|---|---|
Push | System |
Méthode | Description | |
---|---|---|
RegisterAsync ( string registrationId ) : System.Threading.Tasks.Task |
Register an Installation with particular registrationId
|
|
RegisterAsync ( string registrationId, JObject templates ) : System.Threading.Tasks.Task |
Register an Installation with particular registrationId and templates
|
|
UnregisterAsync ( ) : System.Threading.Tasks.Task |
Unregister any installations for a particular app
|
Méthode | Description | |
---|---|---|
Push ( IMobileServiceClient client ) : System |
public RegisterAsync ( string registrationId ) : System.Threading.Tasks.Task | ||
registrationId | string | The registrationId to register |
Résultat | System.Threading.Tasks.Task |
public RegisterAsync ( string registrationId, JObject templates ) : System.Threading.Tasks.Task | ||
registrationId | string | The registrationId to register |
templates | JObject | JSON with one more templates to register |
Résultat | System.Threading.Tasks.Task |
public UnregisterAsync ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |