6.0.7 • Published 9 months ago

@rolster/capacitor-otp-manager v6.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Rolster Capacitor OtpManager

Plugin for OTP manager in mobile Android and Huawei.

Installation

Package only supports Capacitor 6

npm i @rolster/capacitor-otp-manager

Android configuration

And register the plugin by adding it to you MainActivity's onCreate:

import com.rolster.capacitor.otp.OtpManagerPlugin;

public class MainActivity extends BridgeActivity {
  @Override
  public void onCreate(Bundle savedInstanceState) {
    registerPlugin(OtpManagerPlugin.class);
    // Others register plugins

    super.onCreate(savedInstanceState);
  }
}
6.0.7

9 months ago

6.0.6

9 months ago

6.0.5

9 months ago

6.0.4

10 months ago

6.0.3

11 months ago

6.0.2

11 months ago

6.0.1

11 months ago

6.0.0

11 months ago