C# Class HelloFacebookSample.HelloFacebookBroadcastReceiver

Inheritance: FacebookBroadcastReceiver
Datei anzeigen Open project: xamarin/monodroid-samples

Protected Methods

Method Description
OnFailedAppCall ( string appCallId, string action, Bundle extras ) : void
OnSuccessfulAppCall ( string appCallId, string action, Bundle extras ) : void

Method Details

OnFailedAppCall() protected method

protected OnFailedAppCall ( string appCallId, string action, Bundle extras ) : void
appCallId string
action string
extras Bundle
return void

OnSuccessfulAppCall() protected method

protected OnSuccessfulAppCall ( string appCallId, string action, Bundle extras ) : void
appCallId string
action string
extras Bundle
return void