C# Class UrbanAirship.ActionCompletionCallback

Inheritance: Java.Lang.Object, IActionCompletionCallback
Afficher le fichier Open project: urbanairship/xamarin-component

Méthodes publiques

Méthode Description
ActionCompletionCallback ( ActionResult>.Action callback ) : System
OnFinish ( ActionArguments arguments, ActionResult result ) : void

Method Details

ActionCompletionCallback() public méthode

public ActionCompletionCallback ( ActionResult>.Action callback ) : System
callback ActionResult>.Action
Résultat System

OnFinish() public méthode

public OnFinish ( ActionArguments arguments, ActionResult result ) : void
arguments ActionArguments
result ActionResult
Résultat void