Package com.nifcloud.mbaas.core

This is core package for ncmb_kotlin.

Types

NCMB
Link copied to clipboard
class NCMB

Initialize class of Nifcloud mobile backend (NCMB) Kotlin SDK.

NCMBAcl
Link copied to clipboard
class NCMBAcl

Access Control (ACL) feature class.

NCMBBase
Link copied to clipboard
open class NCMBBase

Base class for NCMBObject.

NCMBCallback
Link copied to clipboard
class NCMBCallback(passCallback: (NCMBException?, Any?) -> Unit)

Callback solving class

NCMBException
Link copied to clipboard
class NCMBException : Exception

Exceptions and error handling class.

NCMBFile
Link copied to clipboard
class NCMBFile : NCMBObject

File features handle class

NCMBGeoPoint
Link copied to clipboard
class NCMBGeoPoint

Geolocation handling class

NCMBInstallation
Link copied to clipboard
class NCMBInstallation : NCMBObject

Installation information handle class

NCMBObject
Link copied to clipboard
open class NCMBObject : NCMBBase

Datastore handling class.

NCMBPush
Link copied to clipboard
class NCMBPush : NCMBObject

NCMBPush is used to retrieve and send the push notification.

NCMBPush can not add any field.

Information about the field names that can be set , refer to the following reference .

NCMBQuery
Link copied to clipboard
class NCMBQuery<T : NCMBObject>

Query handling class.

NCMBRichPush
Link copied to clipboard
class NCMBRichPush(context: Context?, requestUrl: String) : Dialog

NCMBRichPush provide dialog for rich push notification

NCMBScript
Link copied to clipboard
class NCMBScript

NCMBScript is used to script.

NCMBUser
Link copied to clipboard
open class NCMBUser : NCMBObject

User information handle class