Skip to content

Latest commit

 

History

History
63 lines (34 loc) · 1.36 KB

AppleButtonType.md

File metadata and controls

63 lines (34 loc) · 1.36 KB

Enumeration: AppleButtonType

The Apple Button type to render, this controls the button text.

Table of contents

Enumeration members

Enumeration members

CONTINUE

CONTINUE = "Continue"

Renders the button with 'Continue with Apple'.

Defined in

index.d.ts:41


DEFAULT

DEFAULT = "SignIn"

The default button, the same as SIGN_IN.

Defined in

index.d.ts:31


SIGN_IN

SIGN_IN = "SignIn"

Renders the button with 'Sign in with Apple'.

Defined in

index.d.ts:36


SIGN_UP

SIGN_UP = "SignUp"

Renders the button with 'Sign up with Apple'.

Note: This only works on iOS 13.2+. To check if the current device supports this, use the provided isSignUpButtonSupported flag from the AppleAuth module.

Defined in

index.d.ts:48