C# Class UrbanAirship.RichPush.RichPushInbox.FetchMessagesCallback

Inheritance: Java.Lang.Object, IFetchMessagesCallback
Exibir arquivo Open project: urbanairship/xamarin-component

Public Methods

Method Description
FetchMessagesCallback ( Action callback ) : System
OnFinished ( bool success ) : void

Method Details

FetchMessagesCallback() public method

public FetchMessagesCallback ( Action callback ) : System
callback Action
return System

OnFinished() public method

public OnFinished ( bool success ) : void
success bool
return void