Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirebasePhoneLoginForm00 ¶
type FirebasePhoneLoginForm00 struct { Element *elementtreeconstructor.ElementMutator PhoneInput *elementtreeconstructor.ElementMutator CodeInput *elementtreeconstructor.ElementMutator // contains filtered or unexported fields }
func NewFirebasePhoneLoginForm00 ¶
func NewFirebasePhoneLoginForm00(options *FirebasePhoneLoginForm00Options) ( *FirebasePhoneLoginForm00, error, )
func (*FirebasePhoneLoginForm00) Destroy ¶
func (self *FirebasePhoneLoginForm00) Destroy()
type FirebasePhoneLoginForm00Options ¶
type FirebasePhoneLoginForm00Options struct { Etc *elementtreeconstructor.ElementTreeConstructor OnPhoneButtonClicked func(number string) error OnCodeButtonClicked func(code string) error }
Click to show internal directories.
Click to hide internal directories.