Class GoogleAuthCallbackReceiver
- Namespace
- Uralstech.UMoth.GoogleSignIn
Callback receiver for events from the native plugin.
public class GoogleAuthCallbackReceiver : AndroidJavaProxy
- Inheritance
-
objectGoogleAuthCallbackReceiver
Constructors
GoogleAuthCallbackReceiver(IGoogleAuthCallbackReceiver)
public GoogleAuthCallbackReceiver(IGoogleAuthCallbackReceiver callbackReceiver)
Parameters
callbackReceiver
IGoogleAuthCallbackReceiverThe C# callback receiver for native plugin events.
Fields
NativeInterface
The fully qualified name of the Kotlin interface this class is implementing.
public const string NativeInterface = "com.uralstech.umoth.GoogleAuthCallbackReceiver"
Field Value
- string
_callbackReceiver
The C# callback receiver for native plugin events.
protected IGoogleAuthCallbackReceiver _callbackReceiver
Field Value
Methods
Invoke(string, nint)
public override nint Invoke(string methodName, nint javaArgs)
Parameters
methodName
stringjavaArgs
nint
Returns
- nint